#featured-area {
  height: auto;
  width: 96%;
  margin: 0 auto 0;
}
.roundabout-holder {
  list-style: none;
  width: 76%;
  height: 330px;
  margin: 0 auto;
}
.roundabout-moveable-item {
  font-size: 12px !important;
  width: 200px;
  height: 261px;
  cursor: pointer;
  border: 1px solid #2e61ae;
}
.roundabout-moveable-item img {
  height: 100%;
  width: 100%;
  background-color: #fff;
  margin: 0;
}
.roundabout-in-focus {
  cursor: auto;
}
.roundabout-in-focus:hover {
  -webkit-box-shadow: 0 0 20px #787878;
  -moz-box-shadow: 0 0 20px #787878;
  background: #f9f9f9;
}
.roundabout-holder span {
  display: none;
}
.roundabout-in-focus span{
  display: block; font-size: 18px; text-align: center; padding-top: 8px;
}
.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
  outline: 0;
  text-decoration: none;
}
.roundabout li {
  margin: 0;
}
